Release 10.1A: OpenEdge Development:
Programming Interfaces


Creating a SAX-writer

Use the CREATE SAX-WRITER statement to create a SAX-writer and assign its handle to a handle variable.

Syntax
CREATE SAX-WRITER handle [ IN WIDGET-POOL pool-name ] [ NO-ERROR ] 

Here is an example:

DEFINE VARIABLE hSAXWriter AS HANDLE. 
CREATE SAX-WRITER hSAXWriter. 


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095